Skip to main content

Add Calendar

AutomatR.GoogleCalendar.Activities.AddCalendar

The "Add Calendar" activity in AutomatR is part of the Google Calendar activities package, enabling you to add a specific calendar to your Google Calendar account. This activity streamlines the process of creating and adding a new calendar with a specified name and description.

Properties

NameDescription
Input
Calendar NameSpecifies the name of the calendar that you want to add. String variables containing the calendar name. This is a required field.
DescriptionSpecifies the description of the calendar that you want to add and display to other users. String variables containing the calendar description. This is a required field.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before starting the activity. Useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.

How to use:

  1. Drag and drop the "Add Calendar" activity onto the workflow.
  2. Configure the properties by providing the necessary details such as Calendar Name and Description.
  3. Optionally, configure the delay before starting the activity.
  4. Execute the workflow to add the specified calendar to your Google Calendar account.

Example:

Consider an example where the "Add Calendar" activity is used to create and add a new calendar with the name "Project Meetings" and the description "Schedule for project-related meetings":

Add Calendar:
Calendar Name: "Project Meetings"
Description: "Schedule for project-related meetings"
Delay: 2

In this example, the activity creates and adds a new calendar named "Project Meetings" with the specified description. The delay of 2 seconds provides a pause before starting the activity.